gdk: Reshuffle docs slightly
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 Dec 2017 21:40:47 +0000 (16:40 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 25 Dec 2017 21:40:47 +0000 (16:40 -0500)
Deemphasize GdkPixbuf in the docs.

docs/reference/gdk/gdk4-docs.xml
gdk/gdkpixbuf-drawable.c

index d27a37c1ea0bd82ff681cb83050ef0982d9f5982..02419802484193d1c275fb842307d6af1e736164 100644 (file)
@@ -26,7 +26,6 @@
     <xi:include href="xml/gdkdevice.xml" />
     <xi:include href="xml/gdkdevicepad.xml" />
     <xi:include href="xml/regions.xml" />
-    <xi:include href="xml/pixbufs.xml" />
     <xi:include href="xml/textures.xml" />
     <xi:include href="xml/rgba_colors.xml" />
     <xi:include href="xml/cursors.xml" />
     <xi:include href="xml/dnd.xml" />
     <xi:include href="xml/properties.xml" />
     <xi:include href="xml/threads.xml" />
+    <xi:include href="xml/gdkapplaunchcontext.xml" />
+    <xi:include href="xml/pixbufs.xml" />
     <xi:include href="xml/pango_interaction.xml" />
     <xi:include href="xml/cairo_interaction.xml" />
     <xi:include href="xml/x_interaction.xml" />
     <xi:include href="xml/wayland_interaction.xml" />
-    <xi:include href="xml/gdkapplaunchcontext.xml" />
   </reference>
 
   <index id="api-index-full">
index 3c1e0f87970b765d8ec47e5a43dbc00a96b464cc..9aff8a2f690df01930fb624f8b893c6d4884b5ab 100644 (file)
@@ -32,7 +32,7 @@
 /**
  * SECTION:pixbufs
  * @Short_description: Functions for obtaining pixbufs
- * @Title: Pixbufs
+ * @Title: GdkPixbuf Interaction
  *
  * Pixbufs are client-side images. For details on how to create
  * and manipulate pixbufs, see the #GdkPixbuf API documentation.